home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Applications / Eddan ƒ / Eddan Readme < prev   
Encoding:
Text File  |  1995-01-22  |  4.6 KB  |  109 lines  |  [TEXT/ed++]

  1. Eddan - Another Text Editor
  2. Version 1.0.1 
  3. Lund, Sweden, January 1995.
  4.  
  5. History
  6.     version 1.0        December 1994
  7.         Eddan is Built around/ontopof TE32K by Roy Wood. 
  8.         It actually started out as a TE32K test project to which I added a BBEdit like Text menu.
  9.         Eventually I started using Eddan, mostly because it was fun to use my own editor.
  10.         I then added colored C/C++ syntax, Search menu, Marks menu and basic AppleEvents support.
  11.         
  12.     version 1.0.1        January 1995, despite NO response since first release.
  13.         Modeless Find Dialog.
  14.         Some of the Modal Dialogs are now movable.
  15.         Possible to customize syntax colors.
  16.         Possible to set "Show CR" and "Auto Indent" options in the Tabs&Font Dialog.
  17.         A real Font popup menu in the Tabs&Font Dialog.
  18.         Reopen files if quitting when having open documents.
  19.         Remember current and favorite Search folders between sessions.
  20.         Clicking at Line Number now brings up the Go To Line Dialog.
  21.         Abort "Folder Search" now works ( Cmd - . ).
  22.         Cmd Keys in "Save Before Closing Dialog" ( Cmd - N, Cmd - Y, Cmd - . , and Escape are interpreted ).
  23.         Opens all files, not only TEXT files.
  24.  
  25. Features includes
  26.     •    Colored C/C++ syntax.
  27.     •    Mark menu, compatible with MPW.
  28.     •    Marks C/C++ functions/methods.
  29.     •    THINK References support.
  30.     •    ToolServer support.
  31.     •    Window information saved with document is compatible with MPW.
  32.     •    Spellcheck using Excalibur
  33.     •    Search Front Window, All Open Windows or Selected Folder.
  34.  
  35.     
  36. What you should be aware of
  37.     •    Eddan needs System 7 or later and a MC68020 or better.
  38.         
  39.     •    Eddan is developed on a single 14" monitor Mac IIsi and System 7 Pro and
  40.         not tested on any other configurations. Hence I am also the only beta tester.
  41.         Comments and Bug reports are therefore welcome.
  42.     
  43.     •    Syntax coloring and Mark Functions wants files to end in ".h", ".c" or ".cp".
  44.     
  45.     •    A mark menu also pops-up if cmd-clicking in the windows.
  46.     
  47.     •    Cmd-Select a folder in the Find dialog removes it from the the Search folder list.
  48.         
  49.     •    To use Spellcheck in Text menu you need Excalibur by R. Gottshall & R. Zaccone.
  50.         Excalibur is available free of charge from most major ftp sites.
  51.         The document is closed before asking Excalibur to open it. Note also that Excalibur
  52.         does not keep track of any marks in the document.
  53.  
  54.     •    The other IAC menus are inserted if Eddan finds the corresponding server application
  55.         when making a PBDTGetAPPL search at startup.
  56.         
  57.     •    About ToolSever
  58.         - Any Window works as a Worksheet if ToolServer is running. This means that current
  59.         line/selection is sent to ToolServer as a script if you hit ENTER. Any result is inserted
  60.         after current selection/line.
  61.         - When Executing Front Window as an MPW Script, any result is sent to a new Window.
  62.         - For now, if you want to add Tools to the ToolSever menu its ok to to so with
  63.         ResEdit as long as you do it after the separator line. The menu item string is sent
  64.         to ToolServer as a Script and ToolServer is brought to front (expecting no replays).
  65.         You probably do not have the Tools I have added so you can remove them. 
  66.         GNU AWK, GNU Indent and Perl are available at most ftp sites.
  67.         The Index and TextTool can be found in the book
  68.              "On Macintosh Programming: Advanced Techniques" by D. K. Allen.
  69.         Some useful MPW Tools for text processing can be found in this excellent book.
  70.  
  71.     •        *****  YOU USE THIS SOFTWARE AT YOUR OWN RISK.  *****
  72.         The author of this software, and all related contributors, are in no way responsible
  73.         for any damage what so ever, physical, mentally or other ways, that may or may not be 
  74.         connected to this application. They may not be held liable for any consequences resulting 
  75.         from the use of this software.
  76.     
  77.  
  78. What I might add
  79.     •    THINK Project Manager support. To do this I need better documentation from Symantec first.
  80.     •    Grep.
  81.     •    Show/Hide Clipboard.
  82.     •    More and better window arrangements.
  83.     •    Synchronized scrolling.
  84.     •    Multiple Monitor support.
  85.     
  86. I also could
  87.     •    Improve the ToolServer support, using a dedicated WorkSheet window.
  88.     •    Improve Auto mark.
  89.     •    Improve Undo to remember more than just last key stroke.
  90.     •    Support other languages
  91.     •    Add document mode options.
  92.     •    Color C/C++ preprocessor directives better
  93.     •    Support more Control keys, like F keys, Forward delete, and more?
  94.     •    and of course, add better error checking and reporting, Not System 7, etc…
  95.  
  96.  
  97. This program is Shareware
  98. If you find it useful, that is, keep it on your harddisk or other media, 
  99. please send the amount of $15 ( or 100:- SEK) with bug reports & comments to
  100.  
  101.     Magnus Mossberg
  102.     Tage Erlanders vag 35
  103.     227 62 LUND
  104.     SWEDEN
  105.         
  106. P.S.
  107.     If a file name ends with ".f" Eddan will treat it as s Fortran source code file and
  108.     the syntax coloring and mark functions will work.
  109.